encoding/asn1.fieldParameters.tag (field)
19 uses
encoding/asn1 (current package)
asn1.go#L789: if t.class == expectedClass && t.tag == *params.tag && (t.length == 0 || t.isCompound) {
asn1.go#L861: if !params.explicit && params.tag != nil {
asn1.go#L863: expectedTag = *params.tag
asn1.go#L867: if !params.explicit && params.application && params.tag != nil {
asn1.go#L869: expectedTag = *params.tag
asn1.go#L873: if !params.explicit && params.private && params.tag != nil {
asn1.go#L875: expectedTag = *params.tag
common.go#L81: tag *int // the EXPLICIT or IMPLICIT tag (maybe nil).
common.go#L103: if ret.tag == nil {
common.go#L104: ret.tag = new(int)
common.go#L127: ret.tag = new(int)
common.go#L128: *ret.tag = i
common.go#L134: if ret.tag == nil {
common.go#L135: ret.tag = new(int)
common.go#L139: if ret.tag == nil {
common.go#L140: ret.tag = new(int)
marshal.go#L688: if params.tag != nil {
marshal.go#L706: tag: *params.tag,
marshal.go#L715: tag = *params.tag
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |